home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 12
/
Amiga Format AFCD12 (Apr 1997, Issue 96).iso
/
-in_the_mag-
/
html_tutorial
/
mas_who.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-01-21
|
235b
|
17 lines
#!/bin/sh
echo Content-type: text/html
echo
echo
echo "<HTML>"
echo "<HEAD>"
echo "</HEAD>"
echo "<BODY>"
echo "<H2>Users logged on the server are:</H2>"
echo "<PRE>"
who
printenv
echo "</PRE>"
echo "</BODY>"
echo "</HTML>"
mail mas